Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use znjson package #9

Merged
merged 6 commits into from
May 29, 2024
Merged

Use znjson package #9

merged 6 commits into from
May 29, 2024

Conversation

PythonFZ
Copy link
Member

@PythonFZ PythonFZ commented May 29, 2024

  • add znjson for generalized decoding/encoding
data = np.random.rand(1000).tolist()

lst.append(data)
lst.clear()
  • main: 6.39 ms ± 29.2 µs per loop (mean ± std. dev. of 7 runs, 100 loops each)
  • this : 6.25 ms ± 216 µs per loop (mean ± std. dev. of 7 runs, 100 loops each)

@coveralls
Copy link

coveralls commented May 29, 2024

Pull Request Test Coverage Report for Build 9290023715

Details

  • 30 of 34 (88.24%) changed or added relevant lines in 3 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage decreased (-1.0%) to 97.79%

Changes Missing Coverage Covered Lines Changed/Added Lines %
znsocket/client.py 8 12 66.67%
Totals Coverage Status
Change from base Build 9283473313: -1.0%
Covered Lines: 354
Relevant Lines: 362

💛 - Coveralls

@PythonFZ PythonFZ merged commit d0729bb into main May 29, 2024
3 checks passed
@PythonFZ PythonFZ deleted the znjson branch May 29, 2024 16:52
This was linked to issues May 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Allow arbitrary types ensure type-consistency
2 participants